golang.org/x/net/http2.ClientConn.nextStreamID (field)
12 uses
golang.org/x/net/http2 (current package)
transport.go#L386: nextStreamID uint32
transport.go#L827: nextStreamID: 1,
transport.go#L1066: if cc.singleUse && cc.nextStreamID > 1 {
transport.go#L1088: int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
transport.go#L1098: if cc.nextStreamID == 1 && cc.streamsReserved == 0 && cc.closed && !cc.closedOnIdle {
transport.go#L1162: nextID := cc.nextStreamID
transport.go#L1223: maxStreamID := cc.nextStreamID
transport.go#L1751: if cc.closed && cc.nextStreamID == 1 && cc.streamsReserved == 0 {
transport.go#L2080: cs.ID = cc.nextStreamID
transport.go#L2081: cc.nextStreamID += 2
transport.go#L2107: cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
transport.go#L2651: neverSent := cc.nextStreamID
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)